home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / tk3.6 / README.shlib < prev    next >
Encoding:
Text File  |  1995-07-14  |  2.2 KB  |  81 lines

  1. I have updated tcltk_shlib package, the following is new changes:
  2.  
  3. 1. The version (0.4) supports Tcl7.3/Tk3.6
  4. 2. Automaticly search platform to build share and standard library. 
  5.    It supports :
  6.         Sys V Release 4 (Solaris 2), 
  7.           *** Leif Hedstrom <leif@se.liu.ifm> tests in Solaris.
  8.           *** He and Alexander Dupuy <dupuy@edu.columbia.cs> give me 
  9.               many good suggestion. Thanks!
  10.         SUN OS4.1.x,
  11.           *** Xiaokun Zhu tests in Sun Sparc 10, OS4.1.3
  12.         HP-UX 9.01, 
  13.       *** No test :-)
  14.         IBM RS6000.
  15.       *** No test :-)
  16. 3. Automaticly patch "matherr" bug for SunOs4.1.x
  17.  
  18. ====================================================================
  19.  
  20. I modified Makefile.in and configure.in of Tcl7.3/Tk3.6 so that
  21. both shared and static library can be builded easily with configure.
  22. In this version (0.4), I include GNU's "config.guess" to search platform
  23. automaticly and writes a small program "config.sep" to extract platform
  24. name. 
  25.  
  26. <<FTP Site>>
  27. harbor.ecn.purdue.edu (128.46.128.76) pub/tcl/extensions
  28.  
  29. <<INSTALL>>
  30.     1. zcat & untar tcl7.3 and tk3.6 packages
  31.     2. zcat tcltk_shlib0.4.tar.Z | tar xvf -
  32.     3. cd tcl7.3
  33.     4. build your tcl stuff.
  34.     5. cd tk3.6
  35.     6. build your tk stuff. 
  36.  
  37.  
  38. <<PLATFORM>>
  39.  
  40. I have tested tcltk_shlib0.4.tar.Z at SUN Sparc 10 with SunOS4.1.3 with 
  41. native cc and gcc 2.5.2. 
  42. Leif Hedstrom tested tcltk_shlib0.4.tar.Z at SUN Sparc with Solaris 2.
  43. There is a pre-release script to support SysV 4, HP-UX 9.01, and IBM RS6000. 
  44. If You have a chance to try this, please let me the results. Thanks!
  45.  
  46.  
  47. <<AUTHOR>>
  48.  
  49. Xiaokun Zhu
  50. E-mail:  xiaokun@stats.gla.ac.uk
  51.  
  52.  
  53. <<COPYRIGHT>>
  54. NO
  55.  
  56.  
  57. <<CHANGES>>
  58.  
  59. Version 0.3
  60.  
  61. 1. replace unshlibtcl.c with tclMtherr.c and remove unshlibtk.c.
  62.    (Thanks ken@au.csiro.dit.syd <Ken Yap>)
  63. 2. fix the "no set LD_LIBRARY_PATH" bug.
  64.    ( J.K.Wight@uk.ac.newcastle <Jim Wight>)
  65. 3. seperate Tcl & Tk library directory in Makefile.in of tk3.3. 
  66.  
  67.  
  68. Version 0.2
  69.  
  70. 1. support tcl7.0 & tk3.3.
  71. 2. rearrange the order of objects in shared library. 
  72.    (Thanks Leif Hedstrom <leif@se.liu.ifm>)
  73. 3. fix the "catch" bug.
  74.    (Thanks schwartz@roke.cse.psu.edu <Scott Schwartz>)
  75.    (Thanks jsacco@com.ssl <Joseph E. Sacco>)
  76.  
  77.  
  78. Version 0.1
  79.  
  80. 1. support tcl7.0b3 & tk3.3b3
  81.